home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / jpl.arc / DEMO.JPL < prev    next >
Text File  |  1990-07-05  |  210b  |  12 lines

  1. { JPL Executor HELO WORLD                     }
  2. { Copyright (C) 1988,89 Logiciels JPsoft Enr. }
  3.  
  4.  
  5. SetWindowText ( "Your First Window Program")
  6.  
  7. MoveTo ( 200 ,100 )
  8.  
  9. Write ( "Hello World !" )
  10.  
  11.  
  12. End ()